Welcome![Sign In][Sign Up]
Location:
Search - travelling salesman problem

Search list

[JSP/JavaKnap12121

Description: 用动态规划算法编写的有关旅行商问题的java程序-dynamic programming algorithm used in the preparation of the Traveling Salesman Problem java programs
Platform: | Size: 2048 | Author: | Hits:

[AI-NN-PRTSP

Description: 这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码,学习遗传算法,演化计算的很值得一看!-This is a genetic algorithm to solve the traveling salesman problem (TSP problems: Travelling Salesman Problem) source code, learning genetic algorithm, evolutionary computation is very worth a visit!
Platform: | Size: 71680 | Author: 郭肇禄 | Hits:

[Data structshuishufa

Description: 用分支限界法求界旅行商问题,用C++语言编程实现-Using branch and bound method profession traveling salesman problem, using C Language Programming
Platform: | Size: 185344 | Author: yangyang | Hits:

[Mathimatics-Numerical algorithmsdp_tsp

Description: TSP问题的动态规划求解。问题描述:旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -TSP dynamic programming to solve the problem. Description of the problem: traveling salesman problem, namely TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel businessmen to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.
Platform: | Size: 1045504 | Author: 黄艺敏 | Hits:

[Data structstsp

Description: 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。-Using C language realize traveling salesman problem. The algorithm is simple and lean, efficiency is not low, the problem is to achieve a good TSP algorithms.
Platform: | Size: 236544 | Author: | Hits:

[CSharpTSP

Description: 这是一个货郎担问题的动态规划代码,是C语言版的,能在TC上和VC++6.0上运行.加入了许多注释.-This is a traveling salesman problem dynamic programming code, is a C language version, can TC and VC++ 6.0 run. Adding a lot of notes.
Platform: | Size: 2048 | Author: zhoulitc | Hits:

[AI-NN-PRtsp-ga.m

Description: sovling TSP(Travelling Salesman Problem) with GAs -sovling TSP (Travelling Salesman Problem) with GAs
Platform: | Size: 2048 | Author: li | Hits:

[Windows DevelopTSM

Description: This program gives solution to the Travelling Salesman problem (TSP). I use genetic algorithm, tabu search, exhaustive search. It all combine in a windows application.
Platform: | Size: 60416 | Author: yyavuz | Hits:

[Mathimatics-Numerical algorithmsSA_TSP

Description: 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。-TSP (Travelling Salesman Problem, Jane Hutchison TSP, also known as the traveling salesman problem): with n cities and the distance matrix D = [dij], which said dij city i to city j the distance, i, j = 1, 2 ... n, the problem is to identify each city exactly once visited a loop and make it to the shortest path length.
Platform: | Size: 268288 | Author: 章为到 | Hits:

[Algorithmalgorithm02

Description: heuristic algotrihm for travelling salesman problem
Platform: | Size: 3072 | Author: sadi | Hits:

[AI-NN-PRNNHTSP

Description: a nearest neighbor heuristic solving travelling salesman problem. it is great. h-a nearest neighbor heuristic solving travelling salesman problem. it is great. hehehhehehhee
Platform: | Size: 1024 | Author: albert | Hits:

[AI-NN-PRmtspf_ga

Description: Genetic Algorithm that solves te Multiple Travelling Salesman Problem. This algorithm uses fixed start and end points
Platform: | Size: 3072 | Author: jacobdeboer33 | Hits:

[AI-NN-PRmtsp_ga

Description: Algorithm that solves the Multiple Travelling Salemsan Problem. This algorithm needs the starting position of every salesman.
Platform: | Size: 3072 | Author: jacobdeboer33 | Hits:

[Algorithmnoising_method_articles

Description: Great articles on noising method algorithm for travelling salesman problem-Great articles on noising method algorithm for travelling salesman problem
Platform: | Size: 543744 | Author: Othwal | Hits:

[matlabTSP

Description: 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, the problem TSP (Travelling Salesman Problem) is one of the famous field of mathematics. Suppose a business trip to visit n cities, he must choose the path to go, pass through the restriction is to visit each city only once, and finally go back to the original departure city. Path selection objective is to get the path distance to the minimum value among all paths.
Platform: | Size: 7168 | Author: yanzhongyuan | Hits:

[AI-NN-PRNew-Folder

Description: Modified Hopfield Neural Network for Travelling Salesman Problem
Platform: | Size: 95232 | Author: shiva | Hits:

[AI-NN-PRTravelling-Salesman-Problem-using-backtracking.ra

Description: traveling salesman problem using backtracking technique
Platform: | Size: 11264 | Author: ammu | Hits:

[JSP/Javasrc

Description: An implementation of ant colony for travelling salesman problem
Platform: | Size: 6144 | Author: ddt_doublet | Hits:

[OtherTravelling-salesman-problem-algorithm

Description: The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an NP-hard problem in combinatorial optimization, important in operations research and theoretical computer science.
Platform: | Size: 2048 | Author: ramin | Hits:

[GUI DevelopTravelling-Salesman-Problem-from-mathwork

Description: Travelling salesman problem
Platform: | Size: 24576 | Author: dnie | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net